home *** CD-ROM | disk | FTP | other *** search
- New features in GOAT 4.0 package ┌──────────────────────────────────────┐
- ================================ │ NEW - CREATION OF NE-EXE AND PE-EXE │
- │ FILES FOR WINDOWS 3.x AND WINDOWS 95 │
- └──────────────────────────────────────┘
- 1. All programs are joined into one - GOAT.COM.
-
- 2. All limitations on the number of generated files
- are removed (now, after 000...999 go AAA...ZZZ, etc.).
-
- 3. Lots of new switches appeared:
- /Qnn - to redefine '0' in the filenames
- /S - to remove goat's selfchecking
- /7 - to enable beep when selfcheck failed
- /Gnn - to redefine NOP
- /L[nnnn]- to assign the year of goat creation
- /X[nn] - to remove E9 00 00 at goat code start
- /#[nnn] - to add relocation entries to EXE files
- /W[nnnn]- to create Windows NE-EXE files (*)
- /! - to create Windows95/Win32 PE-EXE files (*)
- /2 - to change target OS of NE-EXE/PE-EXE
-
- 4. Some switches got parameters or were substituted:
- /E[nnn] - size of EXE header in paragraphs
- /R[nn] - the attribute of created goat file
- (Readonly/Hydden/System)
- /P2 - substitutes old /W (word pattern) switch
-
- *) NE-EXE and PE-EXE creation is rather complex stuff, so
- they are declared to be BETA-release until further notice
-
-